home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 February / PC Advisor February 2004.iso / trial / Dolphin / 044UD3521.exe / Sam / samssilb / ACCENT / KEYNOTE.TXT < prev    next >
Text File  |  2003-04-03  |  4KB  |  135 lines

  1.  
  2.       THE ACCENT EMULATOR FOR KEYNOTE GOLD SYNTHESISERS 
  3.  
  4.  
  5. The file GOLDDEV.SYS is a DOS device driver which allows the Keynote Gold
  6. series of synthesisers the emulate an ACCENT PC synthesiser. This facility
  7. enables third-party screen readers to use the Keynote Gold PC, SA, or Toshiba
  8. synthesisers as speaking devices.
  9.  
  10. GOLDDEV.SYS version 1.22 has been tested with the following screen readers:
  11.               Jaws
  12.               Flipper
  13.               ASAP
  14.               VocalEyes
  15.               Soft Vert
  16.               Open Book
  17.  
  18.  
  19.  
  20. INSTALLATION
  21.  
  22. 1.   Copy the file GOLDDEV.SYS to your C:\BIN directory, or some other
  23.      directory of your choice.
  24.  
  25. 2.   Edit your CONFIG.SYS file to include the line: 
  26.  
  27.      DEVICE=C:\BIN\GOLDDEV.SYS
  28.  
  29.      If the driver is in another directory, the line in CONFIG.SYS must contain
  30.      the corresponding pathname.
  31.  
  32. 3.   If your screen reader requires another device driver (for example, ACCENT
  33.      cards may use SPKACNT.DVC) then CONFIG.SYS should be edited to
  34.      prevent that device driver from loading.  Either delete the line or insert
  35.      "rem " at the beginning.
  36.  
  37. 4.   Reboot your computer.
  38.  
  39. 5.   Run your screen reader as if the synthesiser were an ACCENT PC.
  40.  
  41. The driver auto detects all type of Keynote Gold synthesisers.  If you have both a
  42. PC card and an SA, the PC card will be used in preference.  If you have a SA,
  43. the driver will auto detect the com port to which the synthesiser is connected.
  44.  
  45. When the driver has located a synthesiser, it will announce its presence with a
  46. spoken message. If a synthesiser is not found, no message can be spoken, but a
  47. message will appear on the screen.
  48.  
  49. The synthesiser appears to be an internal ACCENT PC, regardless of whether a
  50. Keynote Gold PC card, Toshiba module or SA is being used.
  51.  
  52.  
  53.  
  54. COMMAND LINE PARAMETERS.
  55.  
  56. The default serial port is COM1.  To specify the serial port for an SA: 
  57.  
  58.      DEVICE=C:\BIN\GOLDDEV.SYS 1    for COM1 or 
  59.      DEVICE=C:\BIN\GOLDDEV.SYS 2    for COM2.
  60.  
  61. The default baud rate is 38400.  To specify the serial port speed:
  62.  
  63.      DEVICE=C:\BIN\GOLDDEV.SYS 9600   for 9600 baud, or
  64.      DEVICE=C:\BIN\GOLDDEV.SYS 38400  for 38400 baud.
  65.  
  66. To force baudrate checking use an F or f command line parameter:
  67.  
  68.      DEVICE=C:\BIN\GOLDDEV.SYS f   for COM1 or 
  69.      DEVICE=C:\BIN\GOLDDEV.SYS f   for 38400 baud on com2.
  70.  
  71. This switch is only meaningful on the SA synthesiser. It is needed if a screen
  72. reader (such as Soft Vert) dynamically changes the serial port baud rate from the
  73. value set by the device driver.  Do NOT use the F parameter when running Open
  74. Book; the pc will lock up.
  75.  
  76. Command line parameters other than 1, 2, 9600, 38400, f or F are invalid.
  77. All parameters may appear together.  For example:
  78.  
  79.      DEVICE=C:\BIN\GOLDDEV.SYS 38400 2 f    for forced 38400 on com2.
  80.  
  81.  
  82. NOTES FOR SOFT VERT
  83.  
  84. Soft Vert must be installed for an ACCENT PC.  Run the INSTALL program on
  85. the Soft Vert disk with the parameters "ACCENTPC 1" or "ACCENTPC 2".  For
  86. example:
  87.  
  88.      "INSTALL ACCENTPC 1" or 
  89.      "INSTALL ACCENTPC 2".
  90.  
  91. The "1" or "2" specifies com1 or com2.  Although the 'virtual' Accent
  92. synthesiser is internal, the parameter is necessary as Soft Vert redirects the
  93. output from the specified com port to the output device.  If a Keynote Gold SA is
  94. being used, set the "1" or "2" parameter to match the com port assignment of
  95. the SA.
  96.  
  97.  
  98.  
  99. SOFT VERT v4.5
  100.  
  101. The INSTALL program will create a file called GOSV.BAT which is usually run
  102. to start Soft Vert. The contents of GOSV.BAT (assuming the "1" in the INSTALL
  103. command line) is:
  104.           
  105.           MODE COM1:9600,N,7,1,P 
  106.           ptkem C1L3 
  107.           COPY sinit.txt com1  
  108.           sv /1 
  109.           vu accent 
  110.  
  111. This file should be edited as follows:
  112.  
  113. 1.   Place "REM " at the start of the first line.
  114.  
  115. 2.   Place "/b " after the word COPY.
  116.  
  117. The final result is:
  118.           
  119.      REM MODE COM1:9600,N,7,1,P 
  120.      ptkem C1L3 
  121.      COPY /b sinit.txt com1  
  122.      sv /1 
  123.      vu accent 
  124.  
  125.  
  126. SOFT VERT v5.0
  127.  
  128. The GOSV.BAT file for v5.0 is different:
  129.  
  130.      echo off
  131.      ACCENT L3
  132.      sv
  133.  
  134. This does not require modification.
  135.